home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / cppbuilder.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  6.1 KB  |  237 lines

  1. object TPersHolder
  2.   P.Name = 'C++ (Builder)'
  3.   P.Extensions.Strings = (
  4.     'C++ files (*.cpp;*.hpp)|*.cpp;*.hpp')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       FIDirective = 4
  18.       FISymbol = 11
  19.       UseSymbols = True
  20.       UseLineDirectives = True
  21.       UseComments = True
  22.       UseSingleLineComments = True
  23.       UseMultiLineComments = True
  24.       UseStrings = True
  25.       UseSingleLineStrings = True
  26.       UseNumbers = True
  27.       UsePrefixedNumbers = True
  28.       UseSuffixedNumbers = True
  29.       UseMultipleNumSuffixes = True
  30.       UsePrefixedSuffixedNumbers = True
  31.       UsePSNumComposition = True
  32.       UseKeywords = True
  33.       BlockDelimiters = <>
  34.       LineDirectivePrefix = '#'
  35.       SingleLineCommentDelimiters = <
  36.         item
  37.           FontID = 5
  38.           LeftDelimiter = '//'
  39.         end>
  40.       MultiLineCommentDelimiters = <
  41.         item
  42.           FontID = 6
  43.           LeftDelimiter = '/*'
  44.           RightDelimiter = '*/'
  45.         end>
  46.       SingleLineStringDelimiters = <
  47.         item
  48.           FontID = 7
  49.           LeftDelimiter = #39
  50.           RightDelimiter = #39
  51.         end
  52.         item
  53.           FontID = 8
  54.           LeftDelimiter = '"'
  55.           RightDelimiter = '"'
  56.         end
  57.         item
  58.           FontID = 9
  59.           LeftDelimiter = 'L"'
  60.           RightDelimiter = '"'
  61.         end>
  62.       NumPrefixes = <
  63.         item
  64.           LeftDelimiter = '0x'
  65.         end
  66.         item
  67.           LeftDelimiter = '0X'
  68.         end>
  69.       NumSuffixes = <
  70.         item
  71.           LeftDelimiter = 'l'
  72.         end
  73.         item
  74.           LeftDelimiter = 'L'
  75.         end
  76.         item
  77.           LeftDelimiter = 'u'
  78.         end
  79.         item
  80.           LeftDelimiter = 'U'
  81.         end
  82.         item
  83.           LeftDelimiter = 'i64'
  84.         end
  85.         item
  86.           LeftDelimiter = 'i32'
  87.         end
  88.         item
  89.           LeftDelimiter = 'i16'
  90.         end
  91.         item
  92.           LeftDelimiter = 'i8'
  93.         end
  94.         item
  95.           LeftDelimiter = 'I64'
  96.         end
  97.         item
  98.           LeftDelimiter = 'I32'
  99.         end
  100.         item
  101.           LeftDelimiter = 'I16'
  102.         end
  103.         item
  104.           LeftDelimiter = 'I8'
  105.         end>
  106.       NumPrefixesSuffixes = <>
  107.       KeywordSets = <
  108.         item
  109.           FontID = 10
  110.           Name = 'reserved'
  111.           Keywords = 
  112.             '__asm,__automated,__cdecl,__classid,__closure,__declspec,__dispi' +
  113.             'd,__except,__export,__fastcall,__finally,__import,__int16,__int3' +
  114.             '2,__int64,__int8,__pascal,__property,__published,__rtti,__stdcal' +
  115.             'l,__thread,__try,_asm,_cdecl,_export,_fastcall,_import,_pascal,_' +
  116.             'stdcall,asm,auto,bool,break,case,catch,cdecl,char,class,const,co' +
  117.             'nst_cast,continue,default,delete,do,double,dynamic_cast,else,enu' +
  118.             'm,explicit,extern,false,float,for,friend,goto,if,inline,int,long' +
  119.             ',mutable,namespace,new,operator,pascal,private,protected,public,' +
  120.             'register,reinterpret_cast,return,short,signed,sizeof,static,stat' +
  121.             'ic_cast,struct,switch,template,this,throw,true,try,typedef,typei' +
  122.             'd,typename,union,unsigned,using,virtual,void,volatile,wchar_t,wh' +
  123.             'ile'
  124.         end>
  125.     end>
  126.   P.FontTable = <
  127.     item
  128.       FontID = 0
  129.       GlobalAttrID = 'Whitespace'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clBlack
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = []
  135.     end
  136.     item
  137.       FontID = 1
  138.       GlobalAttrID = 'Integer'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clGreen
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = []
  144.     end
  145.     item
  146.       FontID = 2
  147.       GlobalAttrID = 'Float'
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clGreen
  150.       Font.Height = -13
  151.       Font.Name = 'Courier New'
  152.       Font.Style = []
  153.     end
  154.     item
  155.       FontID = 3
  156.       GlobalAttrID = 'Integer'
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clGreen
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = []
  162.     end
  163.     item
  164.       FontID = 4
  165.       GlobalAttrID = 'Defines'
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clGreen
  168.       Font.Height = -13
  169.       Font.Name = 'Courier New'
  170.       Font.Style = [fsBold]
  171.     end
  172.     item
  173.       FontID = 5
  174.       GlobalAttrID = 'Comment'
  175.       Font.Charset = DEFAULT_CHARSET
  176.       Font.Color = clGray
  177.       Font.Height = -13
  178.       Font.Name = 'Courier New'
  179.       Font.Style = [fsItalic]
  180.     end
  181.     item
  182.       FontID = 6
  183.       GlobalAttrID = 'Comment'
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clGray
  186.       Font.Height = -13
  187.       Font.Name = 'Courier New'
  188.       Font.Style = [fsItalic]
  189.     end
  190.     item
  191.       FontID = 7
  192.       GlobalAttrID = 'String'
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clMaroon
  195.       Font.Height = -13
  196.       Font.Name = 'Courier New'
  197.       Font.Style = []
  198.     end
  199.     item
  200.       FontID = 8
  201.       GlobalAttrID = 'String'
  202.       Font.Charset = DEFAULT_CHARSET
  203.       Font.Color = clMaroon
  204.       Font.Height = -13
  205.       Font.Name = 'Courier New'
  206.       Font.Style = []
  207.     end
  208.     item
  209.       FontID = 9
  210.       GlobalAttrID = 'String'
  211.       Font.Charset = DEFAULT_CHARSET
  212.       Font.Color = clMaroon
  213.       Font.Height = -13
  214.       Font.Name = 'Courier New'
  215.       Font.Style = []
  216.     end
  217.     item
  218.       FontID = 10
  219.       GlobalAttrID = 'Reserved words'
  220.       Font.Charset = DEFAULT_CHARSET
  221.       Font.Color = clBlue
  222.       Font.Height = -13
  223.       Font.Name = 'Courier New'
  224.       Font.Style = [fsBold]
  225.     end
  226.     item
  227.       FontID = 11
  228.       GlobalAttrID = 'Delimiters'
  229.       Font.Charset = DEFAULT_CHARSET
  230.       Font.Color = clBlack
  231.       Font.Height = -13
  232.       Font.Name = 'Courier New'
  233.       Font.Style = []
  234.     end>
  235.   P.SyntaxVersion = 3
  236. end
  237.